home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / mplayerc.exe / FILE / 714 < prev    next >
Encoding:
Text File  |  2012-12-18  |  168 b   |  8 lines

  1. sampler s0 : register(s0);
  2.  
  3. float4 main(float2 tex : TEXCOORD0) : COLOR
  4. {
  5.     float c = dot(tex2D(s0, tex), float4(0.2, 0.6, 0.1, 0.1));
  6.     return float4(0,c,0,0);
  7. }
  8.